runtime.bmap.setoverflow (method)

4 uses

	runtime (current package)
		map.go#L212: func (b *bmap) setoverflow(t *maptype, ovf *bmap) {
		map.go#L259: 			ovf.setoverflow(t, nil)
		map.go#L270: 	b.setoverflow(t, ovf)
		map.go#L385: 		last.setoverflow(t, (*bmap)(buckets))